home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / tools / dust / dusthelp / parameters < prev    next >
Text File  |  1995-05-24  |  1KB  |  30 lines

  1.                        Parameters
  2. -----------------------------------------------------------------
  3.       objectID = INTEGER >= 0
  4.     particleID = INTEGER >= 0
  5.       windowID = INTEGER >= 0
  6.      textureID = INTEGER >= 0
  7.        brushID = INTEGER >= 0
  8.     saveFormat = STRING  ("TDDD"|"LW"|"VS"|"NONE")
  9.         frames = INTEGER (1..9999)
  10.          frame = INTEGER (1..frames)
  11.        boolean = CHAR    ("T"|"F")
  12.       filename = STRING  (without quotes, if STRING="" a filerequester
  13.                           apears)
  14.       drawmode = STRING  ("WIRE"|"SOLID"|"GREY"|"COLOR"|"FACE"|"BBOX")
  15.          color = INTEGER (0..255)
  16.   particleMode = STRING  ("F"|"P") (faces or points)
  17.   particleSave = STRING  ("P"|"O") (particle or object (the object-format is
  18.                                     specified by SFORMAT)
  19.  exfile-format = STRING  ("F"|"L") (float,long: long means: multiply floats
  20.                                     by 65536 an write them as longints
  21.                                     (good for GCC))
  22.  NOTES: 1. If an argument contains characters like "(" or "," quotes are
  23.            required, e.g. func(2,"sin(x0+y0)",2,z) else the parser aborts with
  24.            a syntax-error.
  25.         2. All Dust-commands accept mathematical expressions instead of plain
  26.            numbers, strings can contain format-commands, e.g.
  27.  
  28.             load(4/3,obj.%) will load object.0033 into buffer 1 if the
  29.             loop-counter was 33
  30.